The Dreamweaver JavaScript API > Results window functions > dreamweaver.createResultsWindow()

 

dreamweaver.createResultsWindow()

Availability

Dreamweaver 4.0

Description

Creates a new Results window and returns a JavaScript object reference to the window.

Arguments

strName, arrColumns

strName is the string to use for the window's title.
arrColumns is an array of column names to use in the list control.

Returns

An object reference to the created window.